home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Texas! / Let's Discover Texas!.iso / pc / FILES / FUND.dxr / 00002_startFundamentalSection.ls < prev    next >
Encoding:
Text File  |  2001-01-04  |  230 b   |  13 lines

  1. global inQuit
  2.  
  3. on exitFrame me
  4.   the idleLoadMode = 3
  5.   idleReadChunkSize = 8 * 1000
  6.   preloadMember("AlienHand")
  7.   preloadMember("Wheel")
  8.   preload(3800, 3870)
  9.   sprite(149).visible = 1
  10.   sprite(150).visible = 1
  11.   inQuit = 0
  12. end
  13.